Home

Fast File Find - Page 1

Fast File Find

This is a tool that uses disk indexing with a simple database to allow to find files that match certain criteria, such as:

It is useful when you only have a vague recollection about the file, and want to narrow down the search.

Running the fffbuild.py program creates the index database as a single sqlite3 file.

Running the fffsearch.py opens a GUI to specify the search parameters.

Fast File Find Search Window

The programs are written in Python, and use PyQt for the GUI.

Sources are available at: